projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59017af
)
(Fcompare_buffer_substrings): Fix last change.
author
Kim F. Storm
<storm@cua.dk>
Mon, 24 Oct 2005 08:35:50 +0000
(08:35 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 24 Oct 2005 08:35:50 +0000
(08:35 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 4471e4553da103d7b38dda6a68834c2110e1e0a5..e7b152726e363c3fc31037eb2b71d7c22d0f4d12 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2474,7
+2474,7
@@
determines whether case is significant or ignored. */)
register struct buffer *bp1, *bp2;
register Lisp_Object trt
= (!NILP (current_buffer->case_fold_search)
- ?
XCHAR_TABLE (current_buffer->case_canon_table)
: Qnil);
+ ?
current_buffer->case_canon_table
: Qnil);
int chars = 0;
int i1, i2, i1_byte, i2_byte;